home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / fdmsrrc.igz / fdmsrrc.img / LIB / Ndis / FA31X.CAB / fa31x.ini < prev    next >
Text File  |  2002-04-06  |  2KB  |  36 lines

  1. DriverName = "FA31X$"
  2. ;
  3. ; below are examples and explanations of some of the keywords supported by
  4. ; the FA31x NDIS 2.01 driver.  most of the lines are simply comments.  the 
  5. ; marked with "-->" are lines that can be edited (removing the ";-->" and
  6. ; lines replacing it with spaces, and modifying the right hand side as
  7. ; appropriate.
  8. ;
  9. ;
  10. ; NETADDRESS allows the user to configure the network address of the adapter,
  11. ; rather than using the one in EEProm.  If not specified the address on the
  12. ; adapter will be used.  If specified, the right hand side must be exactly
  13. ; 12 hex ASCII characters which will be converted to the network address.
  14. ; The only restrictions we impose is that the address not have the multicast
  15. ; bit set (an odd number in the second digit) and the network address have
  16. ; bit one of the most significant byte of the address set.  This bit 
  17. ; signifies a locally administered address.
  18. ;
  19. ;-->NETADDRESS="02608C123456"
  20. ;
  21. ;
  22. ; SLOT=n, n=0..31 specifies the specific slot number to look for a FA312 or
  23. ; FA311 adapter.  In the absence of this keyword the driver will search all slots 
  24. ; for a FA312/FA311 adapter, so it isn't required unless there are multiple FA312/FA311 
  25. ; adapters in the computer.  For PCI the "SLOT=n" parameter is actually a 
  26. ; device number.  Usually device 0 is on the motherboard, and the "slots" 
  27. ; start around 8 or so, but this varies from computer to computer.  The best 
  28. ; way to determine what number to use is to look at the slot number displayed 
  29. ; by the DIAG.EXE program for a given adapter.  Note: if BUSNO is not 
  30. ; specified, but SLOT is, we will search the specified SLOT on all PCI busses
  31. ; (0..7) in turn.  
  32. ;-->SLOT=8
  33. ;
  34. TXQUEUE=7
  35.